Skip to main content
guest
|
Join
|
Help
|
Sign In
guest
Join
|
Help
|
Sign In
Herbert--ME
Home
Home
pages
changes
HOME
产品经理
FILES
TAGS
Java
Javascript
English
工作
MyRENREN
MyQQZone
无球的乔丹
The Classifiers SimpleCart
Edit
0
2
…
0
Tags
No tags
Notify
RSS
Backlinks
Source
Print
Export (PDF)
This Classifiers has nothing difference with the J48 and ID3 Classifier, but the INFORMATION measures are different with each other!
ID3 using the measure information gain
J48 using the measure of rate of information gain
CART using the measure of
Gini
----
when the classifier begin , it start with the specific FUNCTION
buildClassifier()
, this is the same with CART(while it is called
SimpleCART
),here is the code of
SimpleCART
:
Create new Classifier
Javascript Required
You need to enable Javascript in your browser to edit pages.
help on how to format text
Turn off "Getting Started"
Home
...
Loading...
----